Remove a reference to a non-existing function
authorMatthias Clasen <mclasen@redhat.com>
Sat, 2 Aug 2014 20:04:14 +0000 (22:04 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 2 Aug 2014 20:26:05 +0000 (22:26 +0200)
gtk/gtkwindow.c

index 5dff6c74db141e4117077d5773d17e9c3b808059..cf6b81a2381d3ae5a6cb5deb65f23fa27e58c3b5 100644 (file)
@@ -96,8 +96,7 @@
  * your window (synonymous with gtk_window_add_accel_group().
  *
  * It also supports the <initial-focus> element, whose name property names
- * the widget to receive the focus when the window is mapped. See
- * gtk_window_set_initial_focus().
+ * the widget to receive the focus when the window is mapped.
  *
  * An example of a UI definition fragment with accel groups:
  * |[